home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1027 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  685b  |  35 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "b")
  4.    {
  5.       if(_root.skrin._currentframe == 1)
  6.       {
  7.          _root.set_info(200);
  8.       }
  9.       else
  10.       {
  11.          _root.set_info(201);
  12.       }
  13.       _root.ic_none();
  14.       _root.ic_ruka();
  15.       _root.pepa.gotoAndPlay(_root.poz add "d");
  16.    }
  17.    else if(_root.poz == "d")
  18.    {
  19.       if(_root.skrin._currentframe == 1)
  20.       {
  21.          _root.skrin.gotoAndStop(2);
  22.          _root.sound_byt_dvere.start();
  23.          _root.set_info(201);
  24.       }
  25.       else
  26.       {
  27.          _root.pepa.gotoAndPlay("klaun");
  28.       }
  29.    }
  30.    else
  31.    {
  32.       _root.pepa.gotoAndPlay(_root.poz add "d");
  33.    }
  34. }
  35.